home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / gdb-4.12 / readline / examples / configur.bat next >
Encoding:
DOS Batch File  |  1994-08-05  |  803 b   |  34 lines

  1. *** orig/gdb-4.12/readline/examples/configur.bat    Mon Jul 25 23:39:18 1994
  2. --- src/gdb-4.12/readline/examples/configur.bat    Mon Jul 25 23:39:26 1994
  3. ***************
  4. *** 1,16 ****
  5.   @echo off
  6. - if "%1" == "go32" goto h8300
  7.   if "%1" == "h8/300" goto h8300
  8. - echo Specify one of [ go32 h8/300 ] on command line
  9. - goto exit
  10.   
  11. - :go32
  12.   echo Configuring readline/examples for go32
  13. ! copy Makefile.dos Makefile
  14.   goto exit
  15.   
  16.   :h8300
  17.   echo Configuring readline/examples for H8/300
  18. ! copy Makefile.dos Makefile
  19.   
  20.   :exit
  21. --- 1,12 ----
  22.   @echo off
  23.   if "%1" == "h8/300" goto h8300
  24.   
  25.   echo Configuring readline/examples for go32
  26. ! update Makefile.dos Makefile
  27.   goto exit
  28.   
  29.   :h8300
  30.   echo Configuring readline/examples for H8/300
  31. ! update Makefile.dos Makefile
  32.   
  33.   :exit
  34.